Welcome![Sign In][Sign Up]
Location:
Search - understanding nand flash

Search list

[File Operate快闪文件系统

Description: 三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
Platform: | Size: 573089 | Author: 刘二 | Hits:

[Embeded-SCM DevelopYAFFS A NAND-flash filesystem

Description: YAFFS A NAND-flash filesystem的介绍文件,读后会对YAFFS有较好的了解--You will have a better understanding of YAFFS after reading this article.
Platform: | Size: 160206 | Author: 林辰 | Hits:

[Embeded-SCM DevelopYAFFS A NAND-flash filesystem

Description: YAFFS A NAND-flash filesystem的介绍文件,读后会对YAFFS有较好的了解--You will have a better understanding of YAFFS after reading this article.
Platform: | Size: 159744 | Author: 林辰 | Hits:

[Software EngineeringNANDFLASH

Description: 关于NANDFLASH的工作原理,看着它写驱动或理解BOOTLOADER就方便多拉-NANDFLASH work on the principle of looking at it to write drivers or understanding on the convenience of Dora BootLoader
Platform: | Size: 531456 | Author: 徐盛 | Hits:

[Otheryaffs_file_system

Description: 这是操作NAND flash的平均损耗文件系统YAFFS,有助于开发者对文件系统的了解和应用。-This is the operation of NAND flash file system average loss YAFFS, contribute to the development of the file system on the understanding and application.
Platform: | Size: 468992 | Author: liulang | Hits:

[Other Embeded programHFAT32_v1.0

Description: HFAT32 v1.0是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统 特性: 1.HFAT32 v1.0 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.-I HFAT32 v1.0 is based on FAT standards, according to their own understanding of written in a FAT file system characteristics: 1.HFAT32 v1.0 is a small embedded FAT file system, can be easily in the nand flash, RAM and SD Card such as storage devices to create a FAT file system and operating it .2. currently supports FAT16/32, support long file names.
Platform: | Size: 276480 | Author: 长空飞雪 | Hits:

[Other Embeded programHFAT32_v1.1

Description: HFAT32是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统 特性: 1.HFAT32 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.等等... -FAT based HFAT32 is my standard, according to their own understanding of written in a FAT file system characteristics: 1.HFAT32 is a small embedded FAT file system, can be easily in the nand flash, RAM and SD Card storage devices, such as to create FAT file system and operating it .2. currently supports FAT16/32, support long file names. and so on ...
Platform: | Size: 304128 | Author: 长空飞雪 | Hits:

[Windows CEGEC2440_BIOS

Description: 本文档包括以下内容(共11页内容,后面都一代码): 1)ADS1.2关键设置及简要讲解; 2)启动代码start.s执行流程; 3)Main与main的区别; 4)NAND FLASH分区; 5)SDRAM分区; 6)代码由NAND FLASH向SDRAM拷贝过程; 7)K9F1208操作简介 8)Main执行流程 9)如何运行操作系统个人理解 10)启动代码的前4K代码问题 11)RO、RW、ZI段另附有整个BIOS执行流程图!-This document includes the following (11 pages, the back is a code): 1) ADS1.2 key settings and a brief explanation 2) startup code start.s implementation process 3) Main and the main difference 4) NAND FLASH District 5) SDRAM partition 6) code from the NAND FLASH to SDRAM copy process 7) K9F1208 operation Description 8) Main execution flow 9) How to run the operating system personal understanding 10) 4K code before the code starts the problem 11) RO, RW , ZI section have the BIOS implementation of the flow chart attached!
Platform: | Size: 325632 | Author: 彬彬有礼 | Hits:

[Other Embeded programu-boot-1.1.1-ppc

Description: uboot-ppc源代码: 将uboot 移植到ppc处理器mpc8247/mpc8260/mpc8270上,命令丰富、设备驱动详尽(包括SDRAM、NOR Flash, NAND flash, serial, timer, watchdog等等),对学习理解ppc处理器和板卡很有帮助。 -uboot-ppc src: implemente uboot in ppc processor mpc8247/mpc8270/mpc8260。It has a lot of commands, and many device drivers(sdram, nor flash, nand flash, serial, timer, watchdog and so on). I think it is helpful for your ppc processor and board understanding.
Platform: | Size: 7238656 | Author: cyb | Hits:

[ARM-PowerPC-ColdFire-MIPSLinux

Description: Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌入式开发,介绍了nand flash文件系统的移植,nfs的搭建(调试开发根文件系统)。针对嵌入式常用的应用(基于目前最新版),介绍了gui系统Qt的移植,触摸屏库tslib的移植,图像处理、计算机视觉opencv的移植,音视频播放器mplayer的移植。-Linux development series shallow to deep introduction of the cross compiler tools to build, based on s3c2416 bootloader implementation process to the latest version of the linux4.10.10 kernel based on a step by step to elaborate on the compiler, and the simplest hello world root File system to the construction of a complex and complex root file system. Thus the bootloader, linux kernel, the root file system between the relationship has a certain understanding. Series of articles selected a few typical linux device drivers, such as LED, gpio button, u disk, sd card, network card, nand flash, lcd, etc., introduced the linux device driver framework model. For embedded development, introduced the nand flash file system transplantation, nfs build (debugging development root file system). For the embedded commonly used applications (based on the latest version), introduced the transplant of gui system Qt, touch screen library tslib transplantation, image processing, computer vision opencv t
Platform: | Size: 9067520 | Author: 黄天 | Hits:

CodeBus www.codebus.net